ResourceGetOutputStream Method (String) |
Returns a Stream for writing data to the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Stream GetOutputStream(
string address
)
Public Function GetOutputStream (
address As String
) As Stream
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
StreamA Stream for writing data to the resource.
See Also